##### Mint Blue #######

style "Mint-default"
{
  GtkWidget::interior_focus         = 0
  GtkWidget::focus_padding          = 1
  GtkWidget::focus_line_width       = 0
  GtkWidget::cursor_color           = "#D9D9D9"
  GtkWidget::secondary_cursor_color = "#D9D9D9"
  GtkWidget::focus_line_pattern     = "\001\001"
  GtkButton::default_border         = { 0, 0, 0, 0 }
  GtkButton::default_outside_border = { 0, 0, 0, 0 }
  GtkRange::trough_border           = 2
  GtkRange::slider_width            = 23
  GtkRange::stepper_size            = 24
  GtkPaned::handle_size             = 7
  GtkScrollbar::min_slider_length   = 70
  GtkCheckButton::indicator_size    = 12
  GtkMenuBar::internal_padding      = 3
  GtkComboBox::indicator_size       = { 12, 8 }
  GtkComboBox::indicator_spacing    = { 0, 4, 0, 0 }
  GtkNotebook::tab_curvature      = 2
  GtkNotebook::tab_overlap       = 0
  
  xthickness            = 2
  ythickness            = 2

  fg[NORMAL]        = "#D9D9D9"
  fg[PRELIGHT]      = "#D9D9D9"
  fg[ACTIVE]        = "#8C8CC2"
  fg[SELECTED]      = "#D9D9D9"
  fg[INSENSITIVE]   = "#828282"
  
  bg[NORMAL]        = "#2D2D40"
  bg[PRELIGHT]      = "#140771" #blue
  bg[ACTIVE]        = "#2D2D40"
  bg[SELECTED]      = "#140771" #blue
  bg[INSENSITIVE]   = "#2D2D40"

  text[NORMAL]      = "#D9D9D9"
  text[PRELIGHT]    = "#D9D9D9"
  text[ACTIVE]      = "#D9D9D9"
  text[SELECTED]    = "#D9D9D9"
  text[INSENSITIVE] = "#828282"

  base[NORMAL]      = "#00000C"
  base[PRELIGHT]    = "#140771" #blue
  base[ACTIVE]      = "#322971" # light blue (unselected blue)
  base[SELECTED]    = "#140771" #blue
  base[INSENSITIVE] = "#2D2D40"

  bg_pixmap[NORMAL] = "bg.png"



  engine "pixmap"
  {

    image
    {
      function          = BOX
    }

    # handle
    
    image
    {
      function          = HANDLE
      state             = PRELIGHT
      recolorable       = TRUE
      overlay_file      = "handle-pre.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
    }
    image
    {
      function          = HANDLE
      recolorable       = TRUE
      overlay_file      = "handle.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
    }

    
    image
    {
       function         = VLINE
       recolorable      = TRUE
       file             = "line-v.png"
       border           = { 0, 0, 0, 0 }
       stretch          = TRUE
    }
    image
    {
      function          = HLINE
      recolorable       = TRUE
      file              = "line-h.png"
      border            = { 0, 0, 0, 0 }
      stretch           = TRUE
    }   
    # FOCUS

    image
    {
      function		= FOCUS
      recolorable       = TRUE
      file		= "focus.png"
      border		= { 4, 4, 4, 4 }
      stretch		= TRUE
    }    


     # shadow

     image
     {
       function         = SHADOW
       recolorable      = FALSE
       file             = "shadow.png"
       border           = { 5, 5, 5, 5 }
       stretch          = TRUE
     }
     image
     {
       function         = SHADOW_GAP
       recolorable      = TRUE
       file             = "shadow-gap.png"
       border           = { 1, 1, 1, 1 }
       stretch          = TRUE
       gap_start_file   = "shadow-gap-top.png"
       gap_start_border = { 0, 0, 1, 0 }
       gap_end_file     = "shadow-gap-top.png"
       gap_end_border   = { 0, 0, 1, 0 }
       gap_side         = TOP
     }
    image
    {
       function         = VLINE
       recolorable      = TRUE
       file             = "line-v.png"
       border           = { 0, 0, 0, 0 }
       stretch          = TRUE
    }
    image
    {
      function          = HLINE
      recolorable       = TRUE
      file              = "line-h.png"
      border            = { 0, 0, 0, 0 }
      stretch           = TRUE
    }   
    # FOCUS

    image
    {
      function		= FOCUS
      recolorable       = TRUE
      file		= "focus.png"
      border		= { 4, 4, 4, 4 }
      stretch		= TRUE
    }    
   
    # arrows

    image
    {
      function          = ARROW
      state             = INSENSITIVE
      recolorable       = TRUE
      overlay_file      = "arrows/arrow-up-i.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
      arrow_direction   = UP
    }
    image
    {
      function          = ARROW
      recolorable       = TRUE
      overlay_file      = "arrows/arrow-up.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
      arrow_direction   = UP
    }
    image
    {
      function          = ARROW
      state             = INSENSITIVE
      recolorable       = TRUE
      overlay_file      = "arrows/arrow-down-i.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
      arrow_direction   = DOWN
    }
    image
    {
      function          = ARROW
      recolorable       = TRUE
      overlay_file      = "arrows/arrow-down.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
      arrow_direction   = DOWN
    }
    image
    {
      function          = ARROW
      state             = INSENSITIVE
      recolorable       = TRUE
      overlay_file      = "arrows/arrow-left-i.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
      arrow_direction   = LEFT
    }
    image
    {
      function          = ARROW
      recolorable       = TRUE
      overlay_file      = "arrows/arrow-left.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
      arrow_direction   = LEFT
    }
    image
    {
      function          = ARROW
      state             = INSENSITIVE
      recolorable       = TRUE
      overlay_file      = "arrows/arrow-right-i.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
      arrow_direction   = RIGHT
    }
    image
    {
      function          = ARROW
      recolorable       = TRUE
      overlay_file      = "arrows/arrow-right.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
      arrow_direction   = RIGHT
    }
    image
    {
      function          = CHECK
      shadow            = OUT
      recolorable       = TRUE
      overlay_file      = "checkbuttons/checkbutton-notselected.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
    }
    image
    {
      function          = CHECK
      shadow            = IN
      recolorable       = TRUE
      overlay_file      = "checkbuttons/checkbutton-selected.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
    }
    image
    {
      function          = OPTION
      shadow            = OUT
      recolorable       = TRUE
      overlay_file      = "radiobuttons/radiobutton-notselected.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
    }
    image
    {
      function          = OPTION
      shadow            = IN
      recolorable       = TRUE
      overlay_file      = "radiobuttons/radiobutton-selected.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
    }
  }
}

style "Mint-button" = "Mint-default"
{
   #don't highlight the ring around the button'
  fg[NORMAL] = "#CDCDCD"
  fg[INSENSITIVE] = "#CDCDCD"
  fg[ACTIVE] = "#CDCDCD"
  fg[SELECTED] = "#CDCDCD"
  fg[PRELIGHT] = "#CDCDCD"



  engine "pixmap"
  {
      image
      {
      function		= BOX
      detail		= "buttondefault"
      file             = "buttons/button-default.png"
      border           = { 5, 5, 5, 5 }
      stretch          = TRUE
    }
    
    image
    {
      function         = BOX
      shadow           = IN
      recolorable      = TRUE
      file             = "buttons/button-in.png"
      border           = { 29, 29, 29, 29 }
      stretch          = TRUE
#       overlay_file     = "buttons/button_overlay.png"
#       overlay_border   = { 5, 5, 6, 6 }
#       overlay_stretch  = TRUE

    }
    image
    {
      function         = BOX
      state            = PRELIGHT
      recolorable      = TRUE
      file             = "buttons/button-out-pre.png"
      border           = { 29, 29, 29, 29 }
      stretch          = TRUE
    }
    image
    {
      function         = BOX
      state            = INSENSITIVE  
      recolorable      = TRUE
      file             = "buttons/button-insensitive.png"
      border           = { 29, 29, 29, 29 }
      stretch          = TRUE
    }
    image
    {
      function         = BOX
      recolorable      = TRUE
      file             = "buttons/button-out.png"
      border           = { 29, 29, 29, 29 }
      stretch          = TRUE
    }
   
  }
}

style "Mint-combobox" = "Mint-default"
{
  fg[NORMAL] = "#CDCDCD"
  fg[INSENSITIVE] = "#CDCDCD"
  fg[ACTIVE] = "#CDCDCD"
  fg[SELECTED] = "#CDCDCD"
  fg[PRELIGHT] = "#CDCDCD"

  engine "pixmap"
  {
    
    image
    {
      function         = BOX
      shadow           = IN
			recolorable      = TRUE
      file             = "buttons/button-in.png"
      border           = { 1, 1, 1, 1 }
      stretch          = TRUE
    }
    image
    {
      function         = BOX
      shadow           = OUT
      state            = PRELIGHT
			recolorable      = TRUE
      file             = "buttons/button-out-pre.png"
      border           = { 29, 29, 29, 29 }
      stretch          = TRUE
    }
    image
    {
      function         = BOX
      shadow           = OUT
			recolorable      = TRUE
      file             = "buttons/button-out.png"
      border           = { 29, 29, 29, 29 }
      stretch          = TRUE
    }
    
    image
    {
      function           = TAB
      state              = INSENSITIVE
      recolorable        = TRUE
      overlay_file       = "arrows/arrow-down-i.png"
      overlay_border     = { 0, 0, 0, 0 }
      overlay_stretch    = FALSE
    }
    image
    {
      function           = TAB
      recolorable        = TRUE
      overlay_file       = "arrows/arrow-down.png"
      overlay_border     = { 0, 0, 0, 0 }
      overlay_stretch    = FALSE
    }
  }
}

style "Mint-radiobutton"               = "Mint-default"
{
  # brown focus rectangle
  fg[NORMAL] = "#CDCDCD"
  fg[INSENSITIVE] = "#CDCDCD"
  fg[ACTIVE] = "#CDCDCD"
  fg[SELECTED] = "#CDCDCD"
  fg[PRELIGHT] = "#CDCDCD"
}

style "Mint-checkbutton"               = "Mint-default"
{
  # brown focus rectangle
  fg[NORMAL] = "#CDCDCD"
  fg[INSENSITIVE] = "#CDCDCD"
  fg[ACTIVE] = "#CDCDCD"
  fg[SELECTED] = "#CDCDCD"
  fg[PRELIGHT] = "#CDCDCD"

  engine "pixmap"
  {
    image
    {
      function          = FLAT_BOX
    }
  }
}

style "Mint-entry"     = "Mint-default"
{
  GtkWidget::interior_focus         = 1
  xthickness			= 2
  ythickness			= 2
  bg_pixmap[NORMAL] = "entry-normal.png"
  bg_pixmap[INSENSITIVE] = "entry-insensitive.png"

 engine "pixmap"
  {

	image 
	{
	function		= SHADOW
	shadow			= IN
	state			= NORMAL
	file			= "entry_outline.png"
	border			= { 3, 3, 3, 3 }
	stretch			= TRUE
     }
  }


}






style "Mint-spinbutton"= "Mint-entry"
{
  engine "pixmap"
  {
    image
    {
      function          = BOX
      recolorable       = TRUE
      detail            = "spinbutton"
      file              = "shadow.png"
      border            = { 5, 5, 5, 5 }
      stretch           = TRUE
    }
    image
    {
      function          = BOX
      detail            = "spinbutton_up"
      file              = "spinbutton-up.png"
      border            = { 4, 5, 5, 0 }
      stretch           = TRUE
    }
    image
    {
      function          = BOX
      detail            = "spinbutton_down"
      file              = "spinbutton-down.png"
      border            = { 4, 5, 0, 5 }
      stretch           = TRUE
    }
  }
}

style "Mint-scrollbar"
{
  engine "pixmap" 
  {
    image 
    {
      function          = BOX
      detail            = "trough"
      file              = "bg-trough.png"
      stretch           = FALSE
        overlay_file      = "trough.png"
        overlay_border    = { 5, 5, 5, 5 }
      overlay_stretch   = TRUE
    }
    image 
    {
      function          = SLIDER
      state             = PRELIGHT
      recolorable       = TRUE
      file              = "slider/slider-prelight.png"
      border            = { 29, 29, 29, 29 }
      stretch           = TRUE
    }

    image 
    {
      function          = SLIDER
      recolorable       = TRUE
      file              = "slider/slider.png"
      border            = { 29, 29, 29, 29 }
      stretch           = TRUE
    }


    #steppers

   image
   {
     function			= STEPPER
     state			= NORMAL
     file			= "slider/stepper-up.png"
     stretch			= TRUE
     arrow_direction		= UP
   }    

   image
   {
     function			= STEPPER
     state			= NORMAL
     file			= "slider/stepper-down.png"
     stretch			= TRUE
     arrow_direction		= DOWN
   }    

   image
   {
     function			= STEPPER
     state			= NORMAL
     file			= "slider/stepper-left.png"
     stretch			= TRUE
     arrow_direction		= LEFT
   }    

   image
   {
     function			= STEPPER
     state			= NORMAL
     file			= "slider/stepper-right.png"
     stretch			= TRUE
     arrow_direction		= RIGHT
   }    





  image
   {
     function			= STEPPER
     state			= PRELIGHT
     file			= "slider/stepper-up.png"
     stretch			= TRUE
     arrow_direction		= UP
   }    

   image
   {
     function			= STEPPER
     state			= PRELIGHT
     file			= "slider/stepper-down.png"
     stretch			= TRUE
     arrow_direction		= DOWN
   }    

   image
   {
     function			= STEPPER
     state			= PRELIGHT
     file			= "slider/stepper-left.png"
     stretch			= TRUE
     arrow_direction		= LEFT
   }    

   image
   {
     function			= STEPPER
     state			= PRELIGHT
     file			= "slider/stepper-right.png"
     stretch			= TRUE
     arrow_direction		= RIGHT
   }    




   image
   {
     function			= STEPPER
     state			= INSENSITIVE
     file			= "slider/stepper-up-insensitive.png"
     stretch			= TRUE
     arrow_direction		= UP
   }    

   image
   {
     function			= STEPPER
     state			= INSENSITIVE
     file			= "slider/stepper-down-insensitive.png"
     stretch			= TRUE
     arrow_direction		= DOWN
   }    

   image
   {
     function			= STEPPER
     state			= INSENSITIVE
     file			= "slider/stepper-left-insensitive.png"
     stretch			= TRUE
     arrow_direction		= LEFT
   }    

   image
   {
     function			= STEPPER
     state			= INSENSITIVE
     file			= "slider/stepper-right-insensitive.png"
     stretch			= TRUE
     arrow_direction		= RIGHT
   }    



   image
   {
     function			= STEPPER
     state			= ACTIVE
     file			= "slider/stepper-up-active.png"
     stretch			= TRUE
     arrow_direction		= UP
   }    

   image
   {
     function			= STEPPER
     state			= ACTIVE
     file			= "slider/stepper-down-active.png"
     stretch			= TRUE
     arrow_direction		= DOWN
   }    

   image
   {
     function			= STEPPER
     state			= ACTIVE
     file			= "slider/stepper-left-active.png"
     stretch			= TRUE
     arrow_direction		= LEFT
   }    

   image
   {
     function			= STEPPER
     state			= ACTIVE
     file			= "slider/stepper-right-active.png"
     stretch			= TRUE
     arrow_direction		= RIGHT
   }    

  }
}

style "Mint-progressbar"               = "Mint-default"
{
  engine "pixmap" 
  {
    image
    {
      function				= BOX
      detail				= "trough"
      file				= "bg-trough.png"
      border				= { 2, 2, 2, 2 }
      stretch				= TRUE
    }
    image
    {
      function          = BOX
      recolorable       = TRUE
      overlay_file      = "progressbar/progressbar.png"
      overlay_border    = { 6, 6, 0, 15 }
      overlay_stretch   = TRUE
    }
  }
}

style "Mint-range"     = "Mint-default"
{
  # brown focus rectangle
  fg[NORMAL] = "#CDCDCD"
  fg[INSENSITIVE] = "#CDCDCD"
  fg[ACTIVE] = "#CDCDCD"
  fg[SELECTED] = "#CDCDCD"
  fg[PRELIGHT] = "#CDCDCD"

  engine "pixmap" 
  {
    image 
    {
      function          = BOX
      recolorable       = TRUE
      detail            = "trough"
      file              = "bg-trough.png"
      stretch           = FALSE
        overlay_file      = "trough.png"
      overlay_border    = { 5, 5, 5, 5 }
      overlay_stretch   = TRUE
    }
    image 
    {
      function          = SLIDER
      state             = PRELIGHT
      recolorable       = TRUE
      file              = "slider/slider-prelight.png"
      border            = { 29, 29, 29, 29 }
      stretch           = TRUE
      overlay_file      = "grip-h.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
      orientation       = HORIZONTAL
    }
    image 
    {
      function          = SLIDER
      state             = PRELIGHT
      recolorable       = TRUE
      file              = "slider/slider-prelight.png"
      border            = { 29, 29, 29, 29 }
      stretch           = TRUE
      overlay_file      = "grip-v.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
      orientation       = VERTICAL
    }
    image 
    {
      function          = SLIDER
      recolorable       = TRUE
      file              = "slider/slider.png"
      border            = { 29, 29, 29, 29 }
      stretch           = TRUE
      overlay_file      = "grip-h.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
      orientation       = HORIZONTAL
    }
image 
    {
      function          = SLIDER
      recolorable       = TRUE
      file              = "slider/slider.png"
      border            = { 29, 29, 29, 29 }
      stretch           = TRUE
      overlay_file      = "grip-v.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
      orientation       = VERTICAL
    }
  }
}

style "Mint-menu"      = "Mint-default"
{
  bg_pixmap[NORMAL] = "bg.png"

  engine "pixmap"
  {
    image
    {
      function          = BOX
      detail            = "menu"
      recolorable       = TRUE
      file              = "shadow-menu.png"
      border            = { 1, 1, 1, 1 }
      stretch           = TRUE
    }
  }
}

style "Mint-menuitem"  = "Mint-default"
{
  # brown focus rectangle
  fg[NORMAL] = "#CDCDCD"
  fg[INSENSITIVE] = "#CDCDCD"
  fg[ACTIVE] = "#CDCDCD"
  fg[SELECTED] = "#CDCDCD"
  fg[PRELIGHT] = "#CDCDCD"
        
  xthickness            = 4

  engine "pixmap"
  {
    image
    {
      function          = BOX
      recolorable       = TRUE
      file              = "menu/menuitem.png"
      border            = { 0, 0, 0, 0 }
      stretch           = TRUE
    }
  }
}

#  = "Ultimate-default"
style "Ultimate-notebook" 
{
  # brown focus rectangle
    fg[NORMAL] = "#CDCDCD"

  engine "pixmap" 
  {
    image 
    {
      function          = EXTENSION
      state             = ACTIVE
      recolorable       = TRUE
      file              = "tabs/ext-bottom-active.png"
      border            = { 19, 19, 1, 20 }
      stretch           = TRUE
      gap_side          = BOTTOM
    }
    image 
    {
      function          = EXTENSION
      recolorable       = TRUE
      file              = "tabs/ext-bottom.png"
      border            = { 19, 19, 1, 20 }
      stretch           = TRUE
      gap_side          = BOTTOM
    }
    image 
    {
      function          = EXTENSION
      state             = ACTIVE
      recolorable       = TRUE
      file              = "tabs/ext-top-active.png"
      border            = { 19, 19, 20, 1 }
      stretch           = TRUE
      gap_side          = TOP
    }
    image 
    {
      function          = EXTENSION
      recolorable       = TRUE
      file              = "tabs/ext-top.png"
      border            = { 19, 19, 20, 1 }
      stretch           = TRUE
      gap_side          = TOP
    }
    image 
    {
      function          = EXTENSION
      state             = ACTIVE
      recolorable       = TRUE
      file              = "tabs/ext-right-active.png"
      border            = { 20, 5, 19, 19 }
      stretch           = TRUE
      gap_side          = RIGHT
    }
    image 
    {
      function          = EXTENSION
      recolorable       = TRUE
      file              = "tabs/ext-right.png"
      border            = { 20, 5, 19, 19 }
      stretch           = TRUE
      gap_side          = RIGHT
    }
    image 
    {
      function          = EXTENSION
      state             = ACTIVE
      recolorable       = TRUE
      file              = "tabs/ext-left-active.png"
      border            = { 5, 20, 19, 19 }
      stretch           = TRUE
      gap_side          = LEFT
    }
    image 
    {
      function          = EXTENSION
      recolorable       = TRUE
      file              = "tabs/ext-left.png"
      border            = { 5, 20, 19, 19 }
      stretch           = TRUE
      gap_side          = LEFT
    }
    
    image 
    {
      function          = BOX_GAP
      recolorable       = TRUE
      file              = "shadow-notebook-top.png"
      border            = { 5, 5, 0, 5 }
      stretch           = TRUE
      gap_file          = "trans.png"
      gap_border        = { 0, 0, 0, 0 }
      gap_start_file    = "light.png"
      gap_start_border  = { 0, 0, 0, 0 }
      gap_end_file      = "light.png"
      gap_end_border    = { 0, 0, 0, 0 }
	    gap_side          = TOP
    }
    image
    {
      function          = BOX_GAP
      recolorable       = TRUE
      file              = "shadow-notebook-bottom.png"
      border            = { 5, 5, 5, 0 }
      stretch           = TRUE
      gap_file          = "trans.png"
      gap_border        = { 0, 0, 0, 0 }
      gap_start_file    = "light.png"
      gap_start_border  = { 0, 0, 0, 0 }
      gap_end_file      = "light.png"
      gap_end_border    = { 0, 0, 0, 0 }
	    gap_side          = BOTTOM
    }
    image 
    {
      function          = BOX_GAP
      recolorable       = TRUE
      file              = "shadow-notebook-left.png"
      border            = { 0, 5, 5, 5 }
      stretch           = TRUE
      gap_file          = "trans.png"
      gap_border        = { 0, 0, 0, 0 }
      gap_start_file    = "light.png"
      gap_start_border  = { 0, 0, 0, 0 }
      gap_end_file      = "light.png"
      gap_end_border    = { 0, 0, 0, 0 }
	    gap_side          = LEFT
    }
    image 
    {
      function          = BOX_GAP
      recolorable       = TRUE
      file              = "shadow-notebook-right.png"
      border            = { 5, 0, 5, 5 }
      stretch           = TRUE
      gap_file          = "trans.png"
      gap_border        = { 0, 0, 0, 0 }
      gap_start_file    = "light.png"
      gap_start_border  = { 0, 0, 0, 0 }
      gap_end_file      = "light.png"
      gap_end_border    = { 0, 0, 0, 0 }
	    gap_side          = RIGHT
    }
   
  }
}

style "Mint-tooltips"  = "Mint-default"
{
  bg[NORMAL] = "#2D2D40"

  engine "pixmap"
  {
    image
    {
      function          = FLAT_BOX
      recolorable       = TRUE
      file              = "tooltip.png"
      border            = { 1, 1, 1, 1 }
      stretch           = TRUE
    }
  }
}

style "Mint-ruler"     = "Mint-default"
{
  engine "pixmap"
  {
    image
    {
      function          = BOX
      file              = "ruler.png"
      border            = { 0, 1, 0, 1 }
      stretch           = TRUE
    }
  }
}

style "Mint-layout"    = "Mint-default"
{
  engine "pixmap"
  {
   image
    {
       function          = SHADOW
       detail            = "entry"
       file              = "shadow.png"
       recolorable       = TRUE
       border            = { 5, 5, 5, 5 }
       stretch           = TRUE
    }
    image
    {
       function          = SHADOW
       file              = "shadow-evolution.png"
       recolorable       = TRUE
       border            = { 1, 1, 1, 1 }
       stretch           = TRUE
    }
    image
    {
      function          = BOX
      detail            = "button"
      state             = NORMAL
      file              = "buttons/button-out.png"
      recolorable       = TRUE
      border            = { 8, 8, 8, 8 }
      stretch           = TRUE
    }
  }
}


style "Mint-unstyle"
{
  engine ""
  {
  }
}




style "Mint-treeview" = "Mint-default"
{
  bg_pixmap[NORMAL] = "entry-normal.png"
}



style "Mint-toolbar" = "Mint-default" {

engine "pixmap"
   {

	 
	image
	{
	  	function = BOX
		#recolorable = TRUE
		shadow = OUT
		file = "bg-menubar.png"
#		border = {0,0,3,3}
		stretch = TRUE
                overlay_file   = "overlay-toolbar.png"
#		overlay_border = {4,4,4,4}

		overlay_stretch = TRUE   
	}

   }


}







style "Mint-menubar" =  "Mint-default" {


engine "pixmap"
   {

	image
	{
	  	function = BOX
		recolorable = TRUE
		shadow = OUT
		file = "bg-menubar.png"
		stretch = TRUE	}

   }


}



style "panelbg" {
  xthickness    = 0
  ythickness    = 0
  bg_pixmap[NORMAL] = "bg-panel.png"
  bg_pixmap[ACTIVE] = "<parent>"
  bg_pixmap[SELECTED] = "<parent>"
  bg_pixmap[PRELIGHT] = "<parent>"
  bg_pixmap[INSENSITIVE] = "<parent>"
}

class "*Panel*" style "panelbg"
class "*notif*" style "panelbg"
class "*Notif*" style "panelbg"
class "*Tray*" style "panelbg"
class "*tray*" style "panelbg"

class "GtkWidget"          style "Mint-default"
class "GtkEventBox"        style "Mint-default"
class "GtkButton"          style "Mint-button"
class "GtkRadioButton"     style "Mint-radiobutton"
class "GtkCheckButton"     style "Mint-checkbutton"
class "GtkComboBox"       style "Mint-combobox"
class "GtkEntry"           style "Mint-entry"
class "GtkOldEditable"     style "Mint-entry"
class "GtkSpinButton"      style "Mint-spinbutton"
class "GtkRange"           style "Mint-range"
class "GtkScrollbar"       style "Mint-scrollbar"
class "GtkProgressBar"     style "Mint-progressbar"
class "GtkMenu"            style "Mint-menu"
class "GtkItem"            style "Mint-menuitem"
class "GtkNotebook"        style "Mint-notebook"
class "GtkRuler"           style "Mint-ruler"
class "GtkLayout"          style "Mint-layout"
widget "gtk-tooltips"      style "Mint-tooltips"
class "GtkMenuBar"         style "Mint-menubar"
class "GtkToolbar"         style "Mint-toolbar"
class "GtkTreeView"        style "Mint-treeview"
